home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-03-13 | 2.2 KB | 139 lines |
- head 1.6;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @@;
-
-
- 1.6
- date 90.03.12.23.28.42; author jhh; state Exp;
- branches ;
- next 1.5;
-
- 1.5
- date 90.02.05.13.31.23; author rab; state Exp;
- branches ;
- next 1.4;
-
- 1.4
- date 89.10.09.21.28.30; author rab; state Exp;
- branches ;
- next 1.3;
-
- 1.3
- date 88.06.06.17.23.47; author ouster; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 88.06.05.11.39.03; author ouster; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 88.06.03.18.10.44; author ouster; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.6
- log
- @added INSTFILES and SACREDOBJS variables
- @
- text
- @#
- # Prototype Makefile for machine-dependent directories.
- #
- # A file of this form resides in each ".md" subdirectory of a
- # command. Its name is typically "md.mk". During makes in the
- # parent directory, this file (or a similar file in a sibling
- # subdirectory) is included to define machine-specific things
- # such as additional source and object files.
- #
- # This Makefile is automatically generated.
- # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
- #
- # Generated from @@(TEMPLATE)
- # @@(DATE)
- #
- # For more information, refer to the mkmf manual page.
- #
- # $Header: /sprite/lib/mkmf/RCS/Makefile.md,v 1.5 90/02/05 13:31:23 rab Exp Locker: jhh $
- #
- # Allow mkmf
-
- SRCS = @@(SRCS)
- HDRS = @@(HDRS)
- MDPUBHDRS = @@(PUBHDRS)
- OBJS = @@(OBJS)
- CLEANOBJS = @@(CLEANOBJS)
- INSTFILES = @@(INSTFILES)
- SACREDOBJS = @@(SACREDOBJS)
- @
-
-
- 1.5
- log
- @Deleted DISTDIR line.
- @
- text
- @d18 1
- a18 1
- # $Header: /sprite/lib/mkmf/RCS/Makefile.md,v 1.4 89/10/09 21:28:30 rab Exp Locker: rab $
- d27 2
- @
-
-
- 1.4
- log
- @Modifications for distribution.
- @
- text
- @d18 1
- a18 1
- # $Header: /sprite/lib/mkmf/RCS/Makefile.md,v 1.3 88/06/06 17:23:47 ouster Exp Locker: rab $
- a26 1
- DISTDIR ?= @@(DISTDIR)
- @
-
-
- 1.3
- log
- @Generate MDPUBHDRS to identify machine-dependent public headers.
- @
- text
- @d18 1
- a18 1
- # $Header: Makefile.md,v 1.2 88/06/05 11:39:03 ouster Exp $
- d27 1
- @
-
-
- 1.2
- log
- @Various revisions to generate Makefiles for multi-directory
- libraries with multiple target machines.
- @
- text
- @d18 1
- a18 1
- # $Header: Makefile.md,v 1.1 88/06/03 18:10:44 ouster Exp $
- d24 1
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d18 1
- a18 1
- # $Header: Makefile.command.md,v 1.2 88/05/28 12:06:08 ouster Exp $
- @
-